home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / ActView / README.TXT < prev   
Encoding:
Text File  |  2001-12-10  |  6.2 KB  |  108 lines

  1. ActiveViewer v1.4.0
  2. VNC Viewer for MIDP
  3. (c) 2001 SIMEDA GmbH
  4. Author: Razvan Dragomirescu <drazvan@kappa.ro>
  5. All rights reserved.
  6.  
  7. ActiveViewer is the first port of a VNC client for Java MIDP enabled devices, such as cell-phones or PDAs.
  8. It has only been tested on the Motorola Accompli 008, the Palm MIDP implementation and Sun's J2ME Wireless Toolkit emulator.
  9. If you manage to successfully run it on other platforms, please let us know.
  10.  
  11. The official download site is http://www.simeda.com/vncviewer/ 
  12.  
  13. New features in version 1.4.0
  14.  
  15. - Rebranded VNC Viewer as "ActiveViewer"
  16. - Support for entering special characters, such as DELETE, HOME, END, PAGE UP, PAGE DOWN, BACKSPACE, TAB, ESCAPE and F1-F12
  17. - Support for sending CTRL-ALT-DEL (for Windows 2000 logon)
  18. - Support for pressing/releaseing the CTRL, ALT and META keys
  19.  
  20. Features in version 1.3.0:
  21.  
  22. - Pointer support (for devices such as the Motorola Accompli or Palm handhelds). See below for details.
  23. - Support for entering text using the Accompli virtual keyboard in a textarea.
  24. - Finally wrote an initial license agreement and this file.
  25.  
  26. Features in version 1.2.0
  27.  
  28. - Support for the Motorola Accompli
  29.  
  30. Features in version 1.1.0
  31.  
  32. - Connection settings are persistent between midlet invocations (you don't have to re-enter them)
  33. - Port selection replaced with display selection in initial connection screen.
  34. - Fixed a couple of bugs. Added a new logo :)
  35. - Support for entering numbers directly using the "numeric keyboard"
  36. - Added the "Arrow mode" for sending UP/DOWN/LEFT/RIGHT arrow key codes.
  37.  
  38. Features in release 1.0.0 (initial release)
  39.  
  40. - Keyboard input in text mode only
  41. - Cursor movement via UP/DOWN/LEFT/RIGHT/FIRE game action keys.
  42. - Image movement using game action keys.
  43. - Experimental PNG support - still unsupported by servers
  44.  
  45.  
  46. Here's a quick guide on using the viewer:
  47.  
  48. 1. STARTING THE APPLICATION
  49.     
  50.     After the initial splash screen, you are taken to the connection information form. Enter the IP or hostname of the server you want to connect to,
  51.     enter the port number (usually 0 or 1 unless you run more VNC servers) and the password then press "Connect". Your device will establish a
  52.     connection to the network and try to contact the VNC server.
  53.  
  54. 2. MAIN SCREEN
  55.     
  56.     After successfully connecting to the server, a screen will be displayed showing the upper left area of the display of the remote server
  57.     (at coordinates 0,0). You can choose from the available operating modes by selecting them from the application's menu (how you activate the menu
  58.     is dependent on your device).
  59.     
  60.     Here are the options in the menu:
  61.     
  62.     1. "Move image". Allows you to see different parts of the remote screen. After selecting this option, use the UP/DOWN/LEFT/RIGHT game action keys
  63.     to move around. If you have a pointer, you can click on the edges of the screen to move the image in that direction (you have to click in an area
  64.     around 20 pixels wide around the screen).
  65.     
  66.     2. "Send arrows". This option allows you to send the UP/DOWN/LEFT/RIGHT key codes from your MIDP device. Just press UP/DOWN/LEFT/RIGHT after selecting
  67.     this option and the corresponding arrow key will be sent. You can also click on the edges of the screen to send the corresponding arrow for that
  68.     direction (upper edge for UP, lower edge for DOWN, left side edge for LEFT, right side edge for RIGHT).
  69.     
  70.     3. "Move cursor". When in "Move cursor" mode, you can use the UP/DOWN/LEFT/RIGHT game action keys to move the cursor around and the FIRE key to 
  71.     do a left mouse click. There is no support (yet) for right click, middle click or multiple clicks. You can also use your device's pointer to move
  72.     the cursor. There is a small red square (2x2 pixels) indicating the position of the local cursor. If the server provides a cursor image, that image
  73.     will follow any movements of your local cursor (after a delay introduced by the network).
  74.     
  75.     4. "Numeric keypad". Switches the keypad to the numeric mode. If your MIDP device has a numeric keyboard (like most phones do) you will be able
  76.     to enter numbers by simply pressing on the keys.
  77.     
  78.     5. "Character keypad". Switches the keypad to the character mode. If your devices has a numeric keyboard, you will be able to enter text by pressing
  79.     each key multiple times, just as you do when you send SMS messages. For instance, if you want to send the character "a" you press once on the key "2",
  80.     if you wanna send "c" you press "2" three times. The current key is displayed in the lower right corner in a white rectangle. In this mode, "*" sends
  81.     CR (Enter) and "#" toggles the case (lowercase/uppercase).
  82.     
  83.     Options 4 and 5 do not work on the Accompli since it does not have a keyboard, only a touchscreen. Therefore, we have option #6:
  84.     
  85.     6. "Show text area". When you select this option, the VNC Viewer screen will be replaced by a text area that allows you to enter any characters
  86.     using your device's native input methods (pointer, keyboard, etc.). This mode is useful for Motorola Accompli 008 users that cannot use the "Numeric
  87.     keypad" or "Character keypad" options. Press "Send" to send the text to the server as-is or "Send + CR" to send the text followed by a CR (when
  88.     sending commands for instance).
  89.     
  90.     7. "Special characters". This option allows you to send various special characters to the server. The special characters include the CTRL-ALT-DEL sequence needed for Windows 2000 logon and also DELETE, HOME, END, PAGE UP, PAGE DOWN, BACKSPACE, TAB, ESCAPE and F1-F12
  91.     
  92.     8. "Press CTRL"/"Release CTRL". "Press CTRL" presses and holds the CTRL key until the "Release CTRL" command is issued
  93.     
  94.     9. "Press ALT"/"Release ALT". "Press ALT" presses and holds the ALT key until the "Release ALT" command is issued
  95.     
  96.     10. "Press META"/"Release META". "Press META" presses and holds the META key until the "Release META" command is issued
  97.     
  98.     11. "Disconnect". Disconnects you from the server and returns to the connection information screen.
  99.     
  100.  
  101. If you find any bugs or manage to run the application on other devices than those mentioned above, we'd like to know about it. If
  102. you would like to commercially license it or otherwise contact us, you can do so by email at drazvan@kappa.ro or by phone at +40-92-537195.
  103.  
  104. Enjoy!,
  105. Razvan Dragomirescu
  106. SIMEDA GmbH
  107.  
  108.